home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / thrust_2.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press, keyPress Space).as
Encoding:
Text File  |  2010-03-13  |  111 b   |  7 lines

  1. on(press, keyPress "<Space>"){
  2.    score = 0;
  3.    Lives = 4;
  4.    Level = 1;
  5.    _root.gotoAndStop("game");
  6. }
  7.